home *** CD-ROM | disk | FTP | other *** search
- *** ./unix/Makefile.in Wed Jul 9 16:33:48 1997
- --- ../Tix4.1.0/./unix/Makefile.in Wed Oct 28 15:21:09 1998
- ***************
- *** 31,37 ****
- TIX_LIBRARY = $(prefix)/lib/tix$(TIX_VERSION)
-
- # Directory in which to install the archive libtix.a:
- ! LIB_DIR = $(exec_prefix)/lib
-
- # Directory in which to install the program wish:
- BIN_DIR = $(exec_prefix)/bin
- --- 31,38 ----
- TIX_LIBRARY = $(prefix)/lib/tix$(TIX_VERSION)
-
- # Directory in which to install the archive libtix.a:
- ! ABILIB = lib
- ! LIB_DIR = $(exec_prefix)/$(ABILIB)
-
- # Directory in which to install the program wish:
- BIN_DIR = $(exec_prefix)/bin
- *** ./unix/tk8.0/Makefile.in Thu Sep 25 14:32:45 1997
- --- ../Tix4.1.0/./unix/tk8.0/Makefile.in Thu Oct 29 10:33:23 1998
- ***************
- *** 32,38 ****
- TIX_LIBRARY = $(prefix)/lib/tix$(TIX_VERSION)
-
- # Directory in which to install the archive libtix.a:
- ! LIB_DIR = $(exec_prefix)/lib
- LIB_INSTALL_DIR = $(LIB_DIR)
- LIB_RUNTIME_DIR = $(LIB_DIR)
-
- --- 32,39 ----
- TIX_LIBRARY = $(prefix)/lib/tix$(TIX_VERSION)
-
- # Directory in which to install the archive libtix.a:
- ! ABILIB = lib
- ! LIB_DIR = $(exec_prefix)/$(ABILIB)
- LIB_INSTALL_DIR = $(LIB_DIR)
- LIB_RUNTIME_DIR = $(LIB_DIR)
-
- ***************
- *** 451,457 ****
- ITK_LIBRARY=$(ITK_SRC_DIR)/library \
- IWIDGETS_LIBRARY=$(ITCL_ROOT_DIR)/$(IWIDGETS) \
- TIX_LIBRARY=$(SRC_DIR)/library \
- ! LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:. \
- ./$(TIX_EXE_FILE) $(SRC_DIR)/tests/Driver.tcl
-
- sa-tests: $(TIX_SAMEXE_FILE)
- --- 452,458 ----
- ITK_LIBRARY=$(ITK_SRC_DIR)/library \
- IWIDGETS_LIBRARY=$(ITCL_ROOT_DIR)/$(IWIDGETS) \
- TIX_LIBRARY=$(SRC_DIR)/library \
- ! LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:. \
- ./$(TIX_EXE_FILE) $(SRC_DIR)/tests/Driver.tcl
-
- sa-tests: $(TIX_SAMEXE_FILE)
- *** ./generic/tix.h Tue Sep 23 19:41:51 1997
- --- ../Tix4.1.0/./generic/tix.h Wed Oct 28 15:53:59 1998
- ***************
- *** 441,450 ****
- #ifdef NO_STRDUP
- #define strdup tixStrDup
-
- - #if 0
- EXTERN char * tixStrDup _ANSI_ARGS_((
- CONST char * s));
- - #endif
-
- #endif
-
- --- 441,448 ----
-